home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Hy-Hyperi / HyperCard Menus.cpt / HyperCard Menus next >
Text File  |  1990-12-13  |  2KB  |  69 lines

  1. HyperCard v1.0: User Interface
  2. File menu
  3.   Standard Macintosh File menu (HyperCard automatically saves changes), plus
  4.   Print card, stack, or report.  Protect Stack, Compact Stack and Delete Stack
  5. are added to the File menu if your User Preference is set to Painting,
  6. Authoring, or Scripting.
  7.  
  8. Edit menu
  9.   Standard Macintosh Edit menu, plus New Card, Delete Card
  10.  
  11. Go menu
  12.   Go to Home card
  13.   Go to Help card
  14.   Go to next or previous card
  15.   Go to first or last card in stack
  16.   Find text in this stack
  17.   Go back, card by card, through the last 100 cards seen
  18.   Recent: review the last 42 cards seen
  19.  
  20. Painting tools
  21.   MacPaint tools on a "tear off" menu
  22.   Import or Export graphics to and from other files
  23.   Draw transparent or opaque graphics
  24.   Lighten and darken filled-in areas
  25.   Draw regular polygons
  26.   Select the last object drawn
  27.   MacPaint modifier keys implemented: for example, to make a circle, hold down
  28. the Shift key while drawing an oval.
  29.  
  30. Authoring commands
  31.   Create, delete, or change styles of fields and buttons
  32.   Edit any script
  33.   Search or print a script (HyperTalk commands can be executed immediately)
  34.  
  35. HyperTalk, object-oriented and message-passing.
  36.   Any button, field, card, background, or stack can have a script.
  37.   Each script can have any number of "handlers" for messages generated by
  38.     the system or the user
  39.  
  40. HyperTalk commands
  41.   Go to any card in any stack by position or name
  42.   Visual effects such as barn doors, checkerboard, iris, dissolve, scroll,
  43.     venetian blinds, wipe, and zoom
  44.   Sound effects: boing and harpsichord
  45.   Put text in any field of any card
  46.   Show dialog box for user input
  47.   Perform numeric calculations
  48.   I/O Open, Close, Read, Write, and Print
  49.  
  50. Control structures
  51.   Repeat until condition
  52.   Repeat with loop counter
  53.   If/then/else conditionals
  54.   Exit loop or procedure
  55.   Pass message/send message
  56.  
  57. Data types
  58.   Strings of unlimited length
  59.   Conversion to SANE numerics (9-place accuracy)
  60.   Conversion to date and time
  61.  
  62. Variables
  63.   Contents of any field
  64.   Dynamically created local variables
  65.   Global variables
  66.  
  67. On-line support provided via the Help stack, distributed on the Help Disk.
  68.  
  69.